body {
	behavior: url("hover.htc")
}
* {
	margin: 0px;
	padding: 0px;
}
.dingclr {
	clear: both;
}
ul, li {
	list-style-type: none;
}
img {
	border: 0pt none;
}
a {
	text-decoration: none;
}
#dingnav {
	margin: 0px auto 0px;
	width: 994px;
}
#dingnav ul {
	height: 44px;
	border-left: 1px solid #80A2C7;
}
#dingnav ul li {
	float: left;
	position: relative;
	border-right: 1px solid #80A2C7;
}
#dingnav ul li:hover {
	text-decoration: underline;
	background-color: #1E66B0;
	background-repeat: repeat-x;
	background-position: center;
}
#dingnav ul li a {
	display: block;
	height: 44px;
	width: 124px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#dingnav ul li:hover a {
	color: #FFFFFF;
	font-weight: bold;
}
#dingnav ul li:hover ul {
	visibility: visible;
}
#dingnav ul li ul {
	background:silver;
	visibility: hidden;
	position: absolute;
	z-index:990;
	left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
	width: auto;
}
#dingnav ul li ul li {
	clear: left;
	padding-right: 0px;
	border-width: 0px;
}
#dingnav ul li ul li a {
	color:#FFFFFF;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:12px;
	height: 26px;
	line-height: 26px;
	width: 125px;
	font-weight: normal;
	background-color: #1e66b0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006cbe;
}
#dingnav ul li ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #006cbe;
}
#NavNow {
	background-color: #1e66b0;
}
